Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Formats error message returned during the sign-in process.
Syntax
client server private static str formatSignInErrorMessage(
str errorDescription,
str errorCode,
str errorReason)
Run On
Called
Parameters
- errorDescription
Type: str
Tee error description. If it is present, then errorCode and errorReason parameters will be ignored
- errorCode
Type: str
Will be included into the message if errorDescription is not available only.
- errorReason
Type: str
Will be included into the message if errorDescription is not available only.
Return Value
Type: str
Returns the formated error message