Enumeration LockErrorCode

Enum representing the types of errors that can occur when interacting with PLT locks through the client.

Enumeration Members

CREATE_FAILED: "CREATE_FAILED"

The high-level lock creation flow did not produce a usable lock.

INSUFFICIENT_FUNDS: "INSUFFICIENT_FUNDS"

The sender or source account does not have enough balance for the operation.

LOCK_EXPIRED: "LOCK_EXPIRED"

The lock has expired.

MISSING_CAPABILITY: "MISSING_CAPABILITY"

The sender does not have the required lock controller capability.

RECIPIENT_NOT_ALLOWED: "RECIPIENT_NOT_ALLOWED"

The recipient is not among the lock's configured recipients.

TOKEN_NOT_ALLOWED: "TOKEN_NOT_ALLOWED"

The token is not among the lock's configured tokens.

Generated using TypeDoc