Class OAuthErrorResponseParser
java.lang.Object
org.apache.iceberg.rest.responses.OAuthErrorResponseParser
- 
Method Summary
Modifier and TypeMethodDescriptionstatic ErrorResponsefromJson(int code, com.fasterxml.jackson.databind.JsonNode jsonNode) static ErrorResponseRead 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
 
 -