AgentServiceErrorType
Represents different types of service errors that can occur in the context of an agent. This enum is used to categorize the errors for better error handling and reporting.
Entries
Indicates that an unexpected type of message was sent to the agent service.
Indicates that a received message is malformed. This can occur when the message does not adhere to the expected format, structure, or content requirements.
Represents a specific error type indicating that the requested agent could not be found. This error may occur if the agent is unavailable, unregistered, or the identifier provided does not correspond to any existing agent in the system.
Represents an unexpected error encountered by the AI Agent.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.