Represents the error structure for ZarinPal transactions.
PropertiesName | Type | Description |
---|---|---|
code | number | Error code. |
message | string | Error message. |
validations | array | Validation errors. |
validations[].field | string | Field name. |
validations[].message | string | Error message for the field. |
validations[].code | string | Error code for the field. |