Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.exceptions
/
PortalException
/
Presignature
Presignature
sealed
class
Presignature
:
PortalException
Base exception class for presignature-related errors.
Inheritors
UnableToParsePresignResponse
IncompletePresignResponse
InvalidPresignatureEntry
Members
Types
Incomplete
Presign
Response
Link copied to clipboard
class
IncompletePresignResponse
:
PortalException.Presignature
Invalid
Presignature
Entry
Link copied to clipboard
class
InvalidPresignatureEntry
(
reason
:
String
)
:
PortalException.Presignature
Unable
To
Parse
Presign
Response
Link copied to clipboard
class
UnableToParsePresignResponse
:
PortalException.Presignature
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?