ParcmeiEspecialErrorAnalysis class

Análise completa de um erro do PARCMEI-ESP

Constructors

ParcmeiEspecialErrorAnalysis({required String codigo, required String mensagem, required ParcmeiEspecialErrorType tipo, required ParcmeiEspecialErrorCategory categoria, required String solucao, required String detalhes})

Properties

categoria ParcmeiEspecialErrorCategory
final
codigo String
final
cor String
Obtém a cor do erro para interface
no setter
detalhes String
final
deveSerReportado bool
Verifica se deve ser reportado
no setter
hashCode int
The hash code for this object.
no setterinherited
icone String
Obtém o ícone do erro para interface
no setter
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
mensagem String
final
podeSerIgnorado bool
Verifica se pode ser ignorado
no setter
prioridade int
Obtém a prioridade do erro
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.
override

Operators

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