Package ai.vectros.errors
Class ContentTooLargeError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.vectros.core.VectrosApiException
ai.vectros.core.VectrosApiApiException
ai.vectros.errors.ContentTooLargeError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentTooLargeError(Object body) ContentTooLargeError(Object body, okhttp3.Response rawResponse) -
Method Summary
Methods inherited from class ai.vectros.core.VectrosApiApiException
headers, statusCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ContentTooLargeError
-
ContentTooLargeError
-
-
Method Details
-
body
- Overrides:
bodyin classVectrosApiApiException- Returns:
- the body
-