Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Error403TxSenderFrozen

Model getters

Method name Return type Description Notes
getErrorCode() string senderAccount.frozen
Example: senderAccount.frozen
 
getMessage() string Sender account ${transaction.senderAccountId} is frozen, unable to perform payment.
Example: Sender account ${transaction.senderAccountId} is frozen, unable to perform payment.
 
getStatusCode() float 403
Example: 403