Skip to main content

Errors

Each error is an object with the following shape:
Example error
{
  "error_code": "failed_to_create_on_acs_system",
  "message": "Indicates that the access group was not created on the access system. This is likely due to an internal unexpected error. Contact Seam support.",
  "created_at": "2025-01-01T00:00:00.000Z"
}
error_code
Enum (String)
Unique identifier of the type of error. Enables quick recognition and categorization of the issue.One of the error codes listed below.
message
String
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
created_at
String (ISO 8601)
Date and time at which Seam created the error.

failed_to_create_on_acs_system

Indicates that the access group was not created on the access system. This is likely due to an internal unexpected error. Contact Seam support.