Struct EmsError
Object containing any _errors or messages from the EMS regarding the EMS request it was used on.
Namespace: Appearition.Common
Assembly: Appearition.SDK.dll
Syntax
public struct EmsErrorConstructors
EmsError(IEnumerable<String>)
Declaration
public EmsError(IEnumerable<string> newErrors)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.IEnumerable<System.String> | newErrors | 
EmsError(String)
Declaration
public EmsError(string newError)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | newError | 
Fields
Errors
Contains all the _errors and messages from the EMS that occured during this request.
Declaration
public List<string> ErrorsField Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.String> | 
Properties
HasErrors
Returns whether or not any _errors happened during the EMS request.
Declaration
public bool HasErrors { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
 | 
Methods
ResetToDefault()
Resets this error container to a blank default state.
Declaration
public void ResetToDefault()ToString()
Declaration
public override string ToString()Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
System.ValueType.ToString()