Interface ErrorResponseStreaming.Builder
- Enclosing class:
ErrorResponseStreaming
public static interface ErrorResponseStreaming.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptionerror(ErrorResponseStreamingError error) Set the error of thisErrorResponseStreaminginstance.
-
Method Details
-
error
Set the error of thisErrorResponseStreaminginstance.- Parameters:
error- The error of thisErrorResponseStreaming- Returns:
- The ErrorResponseStreaming instance.
-