const Unauthenticated({ String? message, ErrorType errorType = ErrorType.unauthenticated, }) : super(errorType, message: message);