Package tbdex.sdk.httpclient.models
Class TbdexResponseException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class TbdexResponseException extends Exception
Error response.
-
-
Constructor Summary
Constructors Constructor Description TbdexResponseException(String message, Exception cause, List<ErrorDetail> errors)
-
Method Summary
Modifier and Type Method Description final List<ErrorDetail>getErrors()The list of error details. -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
TbdexResponseException
TbdexResponseException(String message, Exception cause, List<ErrorDetail> errors)
-
-
Method Detail
-
getErrors
final List<ErrorDetail> getErrors()
The list of error details.
-
-
-
-