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