MamdaErrorListener defines an interface for handling error notifications for a MamdaSubscription.
Name | |
---|---|
void | onError(MamdaSubscription subscription, MamdaErrorSeverity severity, MamdaErrorCode errorCode, string errorMessage) Provide a callback to handle errors. The severity is intended as a hint to indicate whether the error is recoverable. |
void onError(
MamdaSubscription subscription,
MamdaErrorSeverity severity,
MamdaErrorCode errorCode,
string errorMessage
)
Provide a callback to handle errors. The severity is intended as a hint to indicate whether the error is recoverable.
Parameters:
MamdaErrorCode
)
Updated on 2023-03-31 at 15:30:12 +0100