Uses of Class
com.okta.idx.sdk.api.response.ErrorResponse
-
Packages that use ErrorResponse Package Description com.okta.idx.sdk.api.exception -
-
Uses of ErrorResponse in com.okta.idx.sdk.api.exception
Methods in com.okta.idx.sdk.api.exception that return ErrorResponse Modifier and Type Method Description ErrorResponse
ProcessingException. getErrorResponse()
Constructors in com.okta.idx.sdk.api.exception with parameters of type ErrorResponse Constructor Description ProcessingException(int httpStatus, java.lang.String message, ErrorResponse errorResponse)
-