Docusign · Schema

ErrorDetails

Contains error information returned by the API.

AgreementsContractsDigital Transaction ManagementDocumentsElectronic SignatureseSignature

Properties

Name Type Description
errorCode string The error code.
message string A human-readable error message.
View JSON Schema on GitHub

JSON Schema

docusign-esignature-error-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorDetails",
  "type": "object",
  "description": "Contains error information returned by the API.",
  "properties": {
    "errorCode": {
      "type": "string",
      "description": "The error code."
    },
    "message": {
      "type": "string",
      "description": "A human-readable error message."
    }
  }
}