Dropbox · Schema

ErrorResponseError

_t__ErrorResponseError::DESCRIPTION

Documents

Properties

Name Type Description
error_msg string _t__ErrorResponseError::ERROR_MSG
error_path string _t__ErrorResponseError::ERROR_PATH
error_name string _t__ErrorResponseError::ERROR_NAME
View JSON Schema on GitHub

JSON Schema

dropbox-errorresponseerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponseError",
  "title": "ErrorResponseError",
  "description": "_t__ErrorResponseError::DESCRIPTION",
  "required": [
    "error_msg",
    "error_name"
  ],
  "properties": {
    "error_msg": {
      "description": "_t__ErrorResponseError::ERROR_MSG",
      "type": "string"
    },
    "error_path": {
      "description": "_t__ErrorResponseError::ERROR_PATH",
      "type": "string"
    },
    "error_name": {
      "description": "_t__ErrorResponseError::ERROR_NAME",
      "type": "string"
    }
  },
  "type": "object"
}