KAuthError class

KAuth 에러 클래스

Implemented types

Constructors

KAuthError({required String code, required String message, String? hint, String? docs, Map<String, dynamic>? details, Object? originalError})
const
KAuthError.fromCode(String code, {Map<String, dynamic>? details, Object? originalError})
에러 코드로부터 KAuthError 생성
factory

Properties

code → String
에러 코드
final
details → Map<String, dynamic>?
추가 상세 정보
final
docs → String?
관련 문서 링크
final
hashCode → int
The hash code for this object.
no setterinherited
hint → String?
해결 힌트
final
message → String
에러 메시지 (한글)
final
originalError → Object?
원본 에러
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

log() → void
콘솔에 포맷된 에러 로그 출력
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
JSON 형식으로 변환
toString() → String
A string representation of this object.
override
toUserMessage() → String
사용자에게 표시할 메시지

Operators

operator ==(Object other) → bool
The equality operator.
inherited