Class ErrorResponse

java.lang.Object
com.ironcorelabs.tenantsecurity.kms.v1.ErrorResponse

public class ErrorResponse extends Object
Represents the JSON response object for errors that occur during wrap/unwrap of requests to the Tenant Security Proxy.
  • Constructor Details

    • ErrorResponse

      protected ErrorResponse(int code, String message)
    • ErrorResponse

      public ErrorResponse()
  • Method Details

    • getCode

      public int getCode()
    • getMessage

      public String getMessage()