#import <ErrorDetails.h>
ErrorDetails contains all the error information when connecting to a project.
◆ init()
◆ log()
Return string representation for log purpose
- Returns
- String contain all the variables
◆ errorCode
Use this property to get or set the error code from server response.
◆ errorMsg
|
readwritenonatomiccopyprotected |
Use this property to get or set the error message from HTTP response or server response.
◆ project
|
readwritenonatomicstrongprotected |
Use this property to get or set the project
◆ src
|
readwritenonatomiccopyprotected |
Use this property to get or set where this error comes from.
◆ statusCode
Use this property to get or set the error status code from the HTTP response.