//library/com.uploadcare.android.library.exceptions/UploadcareApiException
UploadcareApiException
[androidJvm] open class UploadcareApiException : RuntimeException
A generic error of the uploadcare API.
Constructors
Name | Summary |
---|---|
UploadcareApiException | [androidJvm] fun UploadcareApiException(message: String? = null) |
UploadcareApiException | [androidJvm] fun UploadcareApiException(cause: Throwable) |
UploadcareApiException | [androidJvm] fun UploadcareApiException(message: String, cause: Throwable) |
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? |
Inheritors
Name |
---|
UploadcareAuthenticationException |
UploadcareInvalidRequestException |
UploadFailureException |