PertsnErrorAnalysis class

Análise de erro do PARCSN

Constructors

PertsnErrorAnalysis({required String codigo, required String mensagem, required PertsnErrorType tipo, required PertsnErrorCategory categoria, required String descricao, required String solucao, required bool isConhecido})

Properties

categoria PertsnErrorCategory
final
codigo String
final
descricao String
final
hashCode int
The hash code for this object.
no setterinherited
isApenasAviso bool
Verifica se é apenas um aviso
no setter
isConhecido bool
final
isErroCritico bool
Verifica se é um erro crítico que impede a operação
no setter
isErroEntrada bool
Verifica se é um erro de entrada que pode ser corrigido pelo usuário
no setter
isSucesso bool
Verifica se é um sucesso
no setter
mensagem String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
solucao String
final
tipo PertsnErrorType
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