msgs

package
v0.0.0-...-28a2c90 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MsgUnexpectedConfigType        = ffe("PD200000", "Unexpected config type: %s")
	MsgUnknownFunction             = ffe("PD200001", "Unknown function: %s")
	MsgUnexpectedFunctionSignature = ffe("PD200002", "Unexpected signature for function '%s': expected=%s actual=%s")
	MsgUnexpectedSchema            = ffe("PD200003", "Unexpected schema: %s")
	MsgInvalidListInput            = ffe("PD200004", "Invalid item in list %s[%d] (%s): %s")
	MsgInsufficientFunds           = ffe("PD200005", "Insufficient funds (available=%s)")
	MsgInvalidStateData            = ffe("PD200006", "State data %s is invalid: %s")
	MsgParameterRequired           = ffe("PD200007", "Parameter '%s' is required")
	MsgParameterGreaterThanZero    = ffe("PD200008", "Parameter '%s' must be greater than 0")
	MsgMintOnlyNotary              = ffe("PD200009", "Mint can only be initiated by notary: expected=%s actual=%s")
	MsgErrorVerifyingAddress       = ffe("PD200011", "Error verifying '%s' address")
	MsgInvalidInputs               = ffe("PD200012", "Invalid inputs to '%s': %v")
	MsgInvalidAmount               = ffe("PD200013", "Invalid amount for '%s': expected=%s actual=%s")
	MsgUnknownDomainVariant        = ffe("PD200014", "Unknown domain variant: %s")
	MsgAttestationNotFound         = ffe("PD200015", "Did not find '%s' attestation")
	MsgAttestationUnexpected       = ffe("PD200016", "Attestation for '%s' did not match expected lookup: expected=%s actual=%s")
	MsgSignatureDoesNotMatch       = ffe("PD200017", "Signature for '%s' did not match: expected=%s actual=%s")
	MsgStateWrongOwner             = ffe("PD200018", "State '%s' is not owned by '%s'")
	MsgUnrecognizedEndorsement     = ffe("PD200019", "Unrecognized endorsement request: %s")
	MsgDuplicateStateInList        = ffe("PD200020", "Duplicate state in list %s[%d] (%s)")
	MsgNotImplemented              = ffe("PD200022", "Not implemented")
	MsgInvalidDelegate             = ffe("PD200023", "Invalid delegate: %s")
	MsgNoDomainReceipt             = ffe("PD200024", "Not implemented. See state receipt for coin transfers")
	MsgBurnNotAllowed              = ffe("PD200025", "Burn is not enabled")
	MsgNoStatesSpecified           = ffe("PD200026", "No states were specified")
	MsgUnlockNotAllowed            = ffe("PD200027", "Cannot unlock states owned by '%s'")
	MsgLockIDNotFound              = ffe("PD200028", "Lock ID not found")
	MsgMissingStateData            = ffe("PD200029", "Missing state data for one or more states: %s")
	MsgLockNotAllowed              = ffe("PD200030", "Lock is not enabled")
	MsgUnlockOnlyCreator           = ffe("PD200031", "Only the lock creator can perform unlock: expected=%s actual=%s")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL