//library/com.uploadcare.android.library.exceptions/UploadcareInvalidRequestException
UploadcareInvalidRequestException
[androidJvm] class UploadcareInvalidRequestException(message: String?) : UploadcareApiException
Error produced in case the http request sent to the Uploadcare API was invalid.
Constructors
| Name | Summary |
|---|---|
| UploadcareInvalidRequestException | [androidJvm] fun UploadcareInvalidRequestException(message: String?) |
Functions
| Name | Summary |
|---|---|
| addSuppressed | [androidJvm] Content fun addSuppressed(p0: Throwable) |
| equals | [androidJvm] Content open operator fun equals(other: Any?): Boolean |
| fillInStackTrace | [androidJvm] Content open fun fillInStackTrace(): Throwable |
| getLocalizedMessage | [androidJvm] Content open fun getLocalizedMessage(): String |
| getStackTrace | [androidJvm] Content open fun getStackTrace(): Array<StackTraceElement> |
| getSuppressed | [androidJvm] Content fun getSuppressed(): Array<Throwable> |
| hashCode | [androidJvm] Content open fun hashCode(): Int |
| initCause | [androidJvm] Content open fun initCause(p0: Throwable): Throwable |
| printStackTrace | [androidJvm] Content open fun printStackTrace() open fun printStackTrace(p0: PrintStream) open fun printStackTrace(p0: PrintWriter) |
| setStackTrace | [androidJvm] Content open fun setStackTrace(p0: Array<StackTraceElement>) |
| toString | [androidJvm] Content open fun toString(): String |
Properties
| Name | Summary |
|---|---|
| cause | [androidJvm] open val cause: Throwable? |
| message | [androidJvm] open val message: String? |