ParcmeiEspecialErrorInfo class
Informações sobre um erro específico do PARCMEI-ESP
Constructors
- ParcmeiEspecialErrorInfo({required String codigo, required ParcmeiEspecialErrorType tipo, required ParcmeiEspecialErrorCategory categoria, required String detalhes, required String solucao})
Properties
- categoria → ParcmeiEspecialErrorCategory
-
final
- codigo → String
-
final
- detalhes → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAviso → bool
-
Verifica se é um aviso
no setter
- isCritico → bool
-
Verifica se é um erro crítico
no setter
- isSucesso → bool
-
Verifica se é um sucesso
no setter
- isTemporario → bool
-
Verifica se é temporário
no setter
- isValidacao → bool
-
Verifica se é um erro de validação
no setter
- requerAcaoUsuario → bool
-
Verifica se requer ação do usuário
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- solucao → String
-
final
- tipo → ParcmeiEspecialErrorType
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited