Serialized Form

  • Package io.apicurio.registry.rest.client.models

    • Exception Class io.apicurio.registry.rest.client.models.ProblemDetails

      class ProblemDetails extends com.microsoft.kiota.ApiException implements Serializable
      • Serialized Fields

        • additionalData
          Map<String,Object> additionalData
          Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
        • detail
          String detail
          A human-readable explanation specific to this occurrence of the problem.
        • instance
          String instance
          A URI reference that identifies the specific occurrence of the problem.
        • name
          String name
          The name of the error (typically a server exception class name).
        • status
          Integer status
          The HTTP status code.
        • title
          String title
          A short, human-readable summary of the problem type.
        • type
          String type
          A URI reference [RFC3986] that identifies the problem type.
    • Exception Class io.apicurio.registry.rest.client.models.RuleViolationProblemDetails

      class RuleViolationProblemDetails extends com.microsoft.kiota.ApiException implements Serializable
      • Serialized Fields

        • additionalData
          Map<String,Object> additionalData
          Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
        • causes
          List<RuleViolationCause> causes
          List of rule violation causes.
        • detail
          String detail
          A human-readable explanation specific to this occurrence of the problem.
        • instance
          String instance
          A URI reference that identifies the specific occurrence of the problem.
        • name
          String name
          The name of the error (typically a server exception class name).
        • status
          Integer status
          The HTTP status code.
        • title
          String title
          A short, human-readable summary of the problem type.
        • type
          String type
          A URI reference [RFC3986] that identifies the problem type.