ParcsnEspecialErrorAnalysis class

Análise de erro do PARCSN-ESP

Constructors

ParcsnEspecialErrorAnalysis({required String codigo, required String mensagem, required ParcsnEspecialErrorType tipo, required ParcsnEspecialErrorCategory categoria, required String acaoRecomendada, required bool isConhecido})

Properties

acaoRecomendada String
final
categoria ParcsnEspecialErrorCategory
final
codigo String
final
hashCode int
The hash code for this object.
no setterinherited
isAviso bool
Verifica se é um erro de aviso
no setter
isConhecido bool
final
isCritico bool
Verifica se é um erro crítico que impede a operação
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
mensagem String
final
permiteRetry bool
Verifica se é um erro que permite retry
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