storage-api
1.0.3-rc
androidJvm
storage-api
/
com.omh.android.storage.api.domain.model
/
OmhStorageException
Omh
Storage
Exception
sealed
class
OmhStorageException
:
Exception
Inheritors
InvalidCredentialsException
ApiException
DownloadException
UpdateException
Members
Types
Api
Exception
Link copied to clipboard
class
ApiException
(
statusCode
:
Int
,
val
cause
:
Throwable
?
=
null
)
:
OmhStorageException
Download
Exception
Link copied to clipboard
class
DownloadException
(
statusCode
:
Int
,
val
cause
:
Throwable
?
)
:
OmhStorageException
Invalid
Credentials
Exception
Link copied to clipboard
class
InvalidCredentialsException
(
statusCode
:
Int
)
:
OmhStorageException
Update
Exception
Link copied to clipboard
class
UpdateException
(
statusCode
:
Int
,
val
cause
:
Throwable
?
)
:
OmhStorageException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
?
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)