Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrMsgAnotherUserConnected = "Another user is already connected to this microservice. Only one user can connect at a time." ErrMsgTimeoutWaitingForAgent = "Timeout waiting for agent connection. Please ensure the microservice/agent is running and try again." ErrMsgAuthenticationFailed = "Authentication failed. Please check your credentials and try again." ErrMsgMicroserviceNotRunning = "Microservice is not running. Please start the microservice first." ErrMsgExecNotEnabled = "Microservice exec is not enabled. Please enable exec for this microservice." ErrMsgNoAvailableExecSession = "" /* 249-byte string literal not displayed */ ErrMsgInsufficientPermissions = "Insufficient permissions. Required roles: SRE for Node Exec or Developer for Microservice Exec." ErrMsgOnlySREAccess = "Only SRE can access system microservices. Please contact your administrator." ErrMsgConnectionLost = "Connection lost unexpectedly" ErrMsgMessageTooLarge = "Message too large" ErrMsgServerError = "Server error occurred" ErrMsgFailedToConnect = "Failed to connect to server" ErrMsgConnectionClosed = "Connection was closed" )
Error message constants to avoid duplication
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.