authenticationFailed static method

SDKException authenticationFailed(
  1. String reason
)

Implementation

static SDKException authenticationFailed(String reason) => _build(
  code: pb_enum.ErrorCode.ERROR_CODE_AUTHENTICATION_FAILED,
  category: pb_enum.ErrorCategory.ERROR_CATEGORY_AUTH,
  message: 'Authentication failed: $reason',
);