public class ErrorResponse extends Object
Constructor and Description |
---|
ErrorResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorId()
Unique reference, for debugging purposes, of this error response
|
List<APIError> |
getErrors()
List of one or more errors
|
void |
setErrorId(String value)
Unique reference, for debugging purposes, of this error response
|
void |
setErrors(List<APIError> value)
List of one or more errors
|
Copyright © 2024 Worldline Global Collect. All rights reserved.