Table of Contents

Search

  1. Preface
  2. Introduction to Edge Data Streaming Custom Entity Types
  3. Managing Custom Entity Types
  4. Custom Entities from Maven Archetypes
  5. REST APIs
  6. HTTP Request and Response Parameters
  7. Sample JSON Requests and Responses
  8. Glossary

Developer Guide

Developer Guide

Error Object

Error Object

When the REST API encounters an error, it returns HTTP 400, 404, or 500 error.
For example, an error object might have the following structure:
{ "errors": [ { "errorType": "NON_RECOVERABLE", "code": "400 Bad Request", "messageId": "from-below-list", "parameters": ["zero-or-more-depending-on-messageId"], "errorMessage": "from-below-list" } ] }

0 COMMENTS

We’d like to hear from you!