ActivitiesError
Container for error list.
Parameters
code
Error code describing the issue
description
A simple description of what the error is.
detailCode
Detailed error code describing the issue.
locationKeyword
The requested location that caused the error.
locationOptions
List for possible locations from which the customer must choose the best one to be re-submitted in the request.
Constructors
Link copied to clipboard
public ActivitiesError ActivitiesError( String code, String description, String detailCode, String locationKeyword, List<ActivitiesLocationOption> locationOptions)