Package version:

Interface RunError

The details of an error as encountered by an agent thread run.

interface RunError {
    code: string;
    message: string;
}

Properties

Properties

code: string

The status for the error.

message: string

The human-readable text associated with the error.