Skip to main content
Below is the error structure returned by Dfns API.
FieldDescriptionType
idThe error ID. You can share this with Dfns support to help troubleshoot your issue.String
statusHTTP status code.Integer
messageThe error message.String
detailsStructured data that provides additional error context.Object

Example

{
  "error": {
    "id": "2038837570328299032",
    "status": 404,
    "message": "wallet not found",
    "details": {
      "walletId": "wa-1f04s-lqc9q-xxxxxxxxxxxxxxxx",
      "orgId": "or-195qp-opddr-xxxxxxxxxxxxxxxx"
    }
  }
}
I