Package tbdex.sdk.httpclient.models
Class ErrorDetail
-
- All Implemented Interfaces:
public final class ErrorDetailError detail.
-
-
Method Summary
Modifier and Type Method Description final StringgetId()The error ID. final StringgetStatus()The error status. final StringgetCode()The error code. final StringgetTitle()The error title. final StringgetDetail()The error detail message. final SourcegetSource()The error source information. final Map<String, Object>getMeta()Additional error metadata.
-