Accela SDK for iOS  V3.2
 All Classes Functions Properties Pages
AMError Class Reference
Inheritance diagram for AMError:

Class Methods

(id) + errorWith:
 

Properties

NSString * errorMessage
 
NSString * traceId
 
NSString * more
 

Method Documentation

+ (id) errorWith: (NSError *)  error

Initializes a new instance of the AMError class.

Parameters
errorThe NSError instance to set as the AMError object.
Returns
Newly initialized AMError instance.
Since
1.0

Property Documentation

- (NSString*) errorMessage
readwritenonatomicstrong

error message string

Since
2.3
- (NSString*) more
readwritenonatomicstrong

more detail error informations

Since
2.3
- (NSString*) traceId
readwritenonatomicstrong

trace id for debuging the issue

Since
2.3

The documentation for this class was generated from the following file: