Package | Description |
---|---|
com.aspose.email.cloud.sdk.invoker | |
com.aspose.email.cloud.sdk.model |
Modifier and Type | Field and Description |
---|---|
Error |
ApiException.error
API error.
|
Error |
ApiError.error
API error
|
Modifier and Type | Method and Description |
---|---|
Error |
ApiException.getApiError()
Returns API error.
|
Constructor and Description |
---|
ApiException(int errorCode,
String message,
Error error)
Initializes a new instance of the ApiException class.
|
Modifier and Type | Method and Description |
---|---|
Error |
Error.code(String code)
Set code and return this.
|
Error |
Error.description(String description)
Set description and return this.
|
Error |
Error.innerError(ErrorDetails innerError)
Set innerError and return this.
|
Error |
Error.message(String message)
Set message and return this.
|
Modifier and Type | Method and Description |
---|---|
List<Error> |
FilesUploadResult.getErrors()
Get errors
|
Modifier and Type | Method and Description |
---|---|
FilesUploadResult |
FilesUploadResult.addErrorsItem(Error errorsItem)
Add an item to errors and return this.
|
Modifier and Type | Method and Description |
---|---|
FilesUploadResult |
FilesUploadResult.errors(List<Error> errors)
Set errors and return this.
|
void |
FilesUploadResult.setErrors(List<Error> errors)
Set errors.
|
Constructor and Description |
---|
FilesUploadResult(List<String> uploaded,
List<Error> errors)
Initializes a new instance of the FilesUploadResult
|
Copyright © 2020. All rights reserved.