PertsnErrors class

Tratamento de erros específicos do sistema PARCSN

Constructors

PertsnErrors()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

analyzeError(String codigo, String mensagem) PertsnErrorAnalysis
Analisa um erro específico do PARCSN e retorna informações detalhadas
getAvisos() List<PertsnErrorInfo>
Obtém todos os erros de aviso do PARCSN
getEntradasIncorretas() List<PertsnErrorInfo>
Obtém todos os erros de entrada incorreta do PARCSN
getErrorInfo(String codigo) PertsnErrorInfo?
Obtém informações sobre um erro específico do PARCSN
getErros() List<PertsnErrorInfo>
Obtém todos os erros gerais do PARCSN
getSucessos() List<PertsnErrorInfo>
Obtém todos os sucessos do PARCSN
isKnownError(String codigo) bool
Verifica se um código de erro é conhecido pelo sistema