Interface ErrorResponse.Builder
- Enclosing class:
ErrorResponse
public static interface ErrorResponse.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionerror(ErrorResponseError error) Set the error of thisErrorResponseinstance.
-
Method Details
-
error
Set the error of thisErrorResponseinstance.- Parameters:
error- The error of thisErrorResponse- Returns:
- The ErrorResponse instance.
-