SessionErrorResponse
SessionErrorResponse
Error response format for session management APIs
JSON Example
{
"success": false,
"completed": false,
"time": 1753089693083,
"version": "1.0",
"errorCode": "INVALID_CREDENTIALS",
"error": "Invalid username or password."
}
boolean
success
Required
Indicates if the operation was successful
boolean
completed
Required
Indicates if the operation completed
integer As int64
As int64
time
Required
Unix timestamp in milliseconds
string
version
Required
API version
string
errorCode
Optional
Enum error code for specific errors
Possible values are :
BAD_REQUEST,
INVALID_CREDENTIALS,
NOT_ENOUGH_PRIVILEGES,
INVALID_SESSION_TOKEN,
INTERNAL_SERVER_ERROR,
string
error
Optional
Human-readable error message