kUnauthorized property

M4eAuthException kUnauthorized
final

Implementation

static final kUnauthorized = M4eAuthException(
  code: M4eExceptionCode.kUnauthorizedExceptionCode,
  message: 'Unauthorized for api!',
)