Class Erro
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.DARE
Assembly: Unimake.Business.DFe.dll
Syntax
public class Erro
Properties
EstaOk
Indica se o processamento do DARE está OK ou não. Um valor que indica o status geral do processamento.
Declaration
[JsonProperty("estaOk")]
public bool? EstaOk { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Mensagens
Mensagens de erro associadas ao DARE. Pode incluir uma ou mais mensagens explicando os problemas encontrados.
Declaration
[JsonProperty("mensagens")]
public List<string> Mensagens { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
ShouldSerializeEstaOk()
Declaration
public bool ShouldSerializeEstaOk()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeMensagens()
Declaration
public bool ShouldSerializeMensagens()
Returns
Type | Description |
---|---|
System.Boolean |