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.utils.errors
/
PortalError
Portal
Error
data
class
PortalError
(
val
rawCode
:
Int
?
,
val
rawMessage
:
String
?
,
val
id
:
String
=
""
)
Members
Members & Extensions
Constructors
Portal
Error
Link copied to clipboard
constructor
(
rawCode
:
Int
?
,
rawMessage
:
String
?
,
id
:
String
=
""
)
Properties
code
Link copied to clipboard
val
code
:
Int
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
String
message
Link copied to clipboard
val
message
:
String
raw
Code
Link copied to clipboard
@
SerializedName
(
value
=
"code"
)
val
rawCode
:
Int
?
raw
Message
Link copied to clipboard
@
SerializedName
(
value
=
"message"
)
val
rawMessage
:
String
?
Functions
is
Valid
Error
Link copied to clipboard
fun
PortalError
?
.
isValidError
(
)
:
Boolean