Class OAuthErrorResponseParser
java.lang.Object
org.apache.iceberg.rest.responses.OAuthErrorResponseParser
-
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorResponse
fromJson
(int code, com.fasterxml.jackson.databind.JsonNode jsonNode) static ErrorResponse
Read OAuthErrorResponse from a JSON string.
-
Method Details
-
fromJson
Read OAuthErrorResponse from a JSON string.- Parameters:
json
- a JSON string of an OAuthErrorResponse- Returns:
- an OAuthErrorResponse object
-
fromJson
-