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

Error403TxAmountAda

Model getters

Method name Return type Description Notes
getErrorCode() string transaction.amount.ada
Example: transaction.amount.ada
 
getMessage() string ADA payment amount must be at least 0.000001, not ${transaction.amount}.
Example: ADA payment amount must be at least 0.000001, not ${transaction.amount}.
 
getStatusCode() float 403
Example: 403