Serialized Form

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

    • Exception Class io.apicurio.registry.rest.client.v2.models.AuthError

      class AuthError 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. Typically includes the exception class name and message.
        • instance
          String instance
          A URI reference that identifies the specific occurrence of the problem (optional).
        • name
          String name
          The name of the error, typically the server exception class name.
        • status
          Integer status
          The HTTP status code (401 for Unauthorized, 403 for Forbidden).
        • title
          String title
          A short, human-readable summary of the problem type.
        • type
          String type
          A URI reference [RFC3986] that identifies the problem type (optional).
    • Exception Class io.apicurio.registry.rest.client.v2.models.Error

      class Error 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
          Full details about the error. This might contain a server stack trace, for example.
        • errorCode
          Integer errorCode
          The server-side error code.
        • message
          String message
          The short error message.
        • name
          String name
          The error name - typically the classname of the exception thrown by the server.
    • Exception Class io.apicurio.registry.rest.client.v2.models.RuleViolationError

      class RuleViolationError 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
          Full details about the error. This might contain a server stack trace, for example.
        • errorCode
          Integer errorCode
          The server-side error code.
        • message
          String message
          The short error message.
        • name
          String name
          The error name - typically the classname of the exception thrown by the server.