Class OAuthErrorResponseParser

java.lang.Object
org.apache.iceberg.rest.responses.OAuthErrorResponseParser

public class OAuthErrorResponseParser extends Object
  • Method Details

    • fromJson

      public static ErrorResponse fromJson(int code, String json)
      Read OAuthErrorResponse from a JSON string.
      Parameters:
      json - a JSON string of an OAuthErrorResponse
      Returns:
      an OAuthErrorResponse object
    • fromJson

      public static ErrorResponse fromJson(int code, com.fasterxml.jackson.databind.JsonNode jsonNode)