Skip to main content

Warnings

Each warning is an object with the following shape:
Example warning
{
  "warning_code": "unknown_issue_with_phone",
  "message": "Indicates that an unknown issue occurred while syncing the state of the phone with the provider. This issue may affect the proper functioning of the phone.",
  "created_at": "2025-01-01T00:00:00.000Z"
}
warning_code
Enum (String)
Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.One of the warning codes listed below.
message
String
Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.
created_at
String (ISO 8601)
Date and time at which Seam created the warning.

unknown_issue_with_phone

Indicates that an unknown issue occurred while syncing the state of the phone with the provider. This issue may affect the proper functioning of the phone.