Interface ErrorResponse


@Immutable public interface ErrorResponse
  • Method Details

    • code

      int code()
    • message

      String message()
    • error

      @Nullable com.fasterxml.jackson.databind.JsonNode error()
    • errors

      @Nullable ErrorResponse.ErrorDetails errors()