prefix property
finalinherited
A name prefix representing the identity of the exception.
Example: Auth, Network, Parsing, etc.
It is combined into forms such as AuthException or AuthError upon output.
예외의 정체성을 나타내는 이름 접두사입니다.
예: Auth, Network, Parsing 등.
출력 시 AuthException 또는 AuthError와 같은 형태로 조합됩니다.
Implementation
final String prefix;