core / com.schibsted.account.model.error / ClientError / <init>

<init>

ClientError(errorType: ClientError.ErrorType, message: String)

A human readable error, produced by the Account SDK. The creation of these errors will be logged when running a debug build. This can be overwritten by setting Logger.loggingEnabled

Parameters

errorType - The ErrorType of the error

message - A human readable message of the error