Documentation / @agentick/server / ErrorCodes
Variable: ErrorCodes ​
constErrorCodes:object
Defined in: shared/src/protocol.ts:370
Error codes.
Type Declaration ​
EXECUTION_ERROR ​
readonlyEXECUTION_ERROR:"EXECUTION_ERROR"="EXECUTION_ERROR"
INVALID_MESSAGE ​
readonlyINVALID_MESSAGE:"INVALID_MESSAGE"="INVALID_MESSAGE"
NOT_CONNECTED ​
readonlyNOT_CONNECTED:"NOT_CONNECTED"="NOT_CONNECTED"
SERIALIZATION_ERROR ​
readonlySERIALIZATION_ERROR:"SERIALIZATION_ERROR"="SERIALIZATION_ERROR"
SESSION_CLOSED ​
readonlySESSION_CLOSED:"SESSION_CLOSED"="SESSION_CLOSED"
SESSION_NOT_FOUND ​
readonlySESSION_NOT_FOUND:"SESSION_NOT_FOUND"="SESSION_NOT_FOUND"
TIMEOUT ​
readonlyTIMEOUT:"TIMEOUT"="TIMEOUT"