ParcsnEspecialErrorInfo class
Informações sobre um erro específico do PARCSN-ESP
Constructors
- ParcsnEspecialErrorInfo({required String codigo, required ParcsnEspecialErrorType tipo, required ParcsnEspecialErrorCategory categoria, required String descricao, required String acaoRecomendada})
Properties
- acaoRecomendada → String
-
final
- categoria → ParcsnEspecialErrorCategory
-
final
- codigo → String
-
final
- descricao → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAviso → bool
-
Verifica se é um erro de aviso
no setter
- isDesconhecido → bool
-
Verifica se é um erro desconhecido
no setter
- isEntradaIncorreta → bool
-
Verifica se é um erro de entrada incorreta
no setter
- isErro → bool
-
Verifica se é um erro geral
no setter
- isSucesso → bool
-
Verifica se é um erro de sucesso
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tipo → ParcsnEspecialErrorType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited