For the complete documentation index, see llms.txt. This page is also available as Markdown.

Appendix A - Status Codes

public enum StatusCode
{
    SUCCESS = 0,
    TIMEOUT = 1,
    ERROR = 2,
    UNAVAILABLE = 3
}
Enum
Description

SUCCESS

The operation completed successfully.

TIMEOUT

The operation timed out.

ERROR

Error attempting the operation.

UNAVAILABLE

Status currently unavailable.