Website logo
Docs
API Reference
Postman Collection
Release Notes
Navigate through spaces
⌘K
Introduction
Overview
Getting started with the OS1 Platform
Getting started with building Apps
Concepts
Working with Callbacks
Console UI Overview
Custom Code
Working with GraphQL
Custom Attributes Ownership
Attribute-Based Access Control (ABAC)
Data Listing and Query (DLQS) Search
Core API dev guides
Overview
Authentication And Authorization
Participant
Container
Dispatch
Orchestrator
Workflow
Secure Data Storage
File Management
State Machine
Entity
Notification
Motion Tracking System
Location
Platform Order Management
Address
Scheduler
Logistics Framework API Dev guides
Overview
LogisticsOrder API
User API
Facility API
Vehicle API
How-To Guides
Integrate Your Application with Console UI
Integrate with Participants
Integrate with Containers
Integrate with Users
Integrate with Vehicles
Integrate with Facilities
Integrate with Entities
Integrate with Dispatch
Integrate with Logistics Order
Integrate with Platform Order Management
Integrate with Location Service
Integrate with Orchestrator
GraphQl Schemas
GraphQL: Dispatch Queries
GraphQL: Order Queries
GraphQL: Workflow Queries
GraphQL: Container Queries
Platform SDKs
SDK Overview
Sample Apps
Vehicle Management App
Container App
Resources
FAQs
Glossary
Data Types Used in OS1
Development Guidelines
Entity, Event, and Reason Codes
Service/API Level Error Codes
Docs powered by Archbee
Resources

Service/API Level Error Codes

2min

Why use Service/API Level Error Codes?

The service/API level error codes describe a specific error, enabling the developers to troubleshoot the API errors faster.

How are the Error Codes Organized?

A service level error code is a 12-digit error code formed by combining three different codes: Service Codes, Method Code, and Unique Error Codes, respectively. For example, an error code for the Container service would start with “1009” followed by another set of four digits; such as “1005”, which shows the method level of the error while creating a Container, further followed by the last four digits - “1022”, that will identify the unique error code which in this case is State Machine API error. Thus, combining the 12 digits “100910051022” will give a specific error code that the developer can refer to while troubleshooting the Create Container API error under the Container service.

Check the below-given table to get the details of different Service/API level errors.

API/Service

Error Code Starts With

Download Link for Error Code Files

AAA

1001

Download

Container

1009

Download

Participant

1011

Download

Entity

1018

Download



Updated 03 Aug 2023
Did this page help you?
PREVIOUS
Entity, Event, and Reason Codes
Docs powered by Archbee
TABLE OF CONTENTS
Why use Service/API Level Error Codes?
How are the Error Codes Organized?
Docs powered by Archbee