Interface ErrorResponse.ErrorDetails

Enclosing interface:
ErrorResponse

@Immutable public static interface ErrorResponse.ErrorDetails
  • Method Details

    • domain

      @Nullable String domain()
    • location

      @Nullable String location()
    • locationType

      @Nullable String locationType()
    • message

      @Nullable String message()
    • reason

      @Nullable String reason()