InternalError
Represents an internal error that occurred during the direct authentication process. This is typically used for non-HTTP related errors caused by unexpected conditions such as network failures or JSON parsing issues.
Parameters
errorCode
A string representing the specific error code.
description
An optional description of the error.
throwable
The Throwable that caused this error.