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
/
Api
/
YieldApiBadRequest
Yield
Api
Bad
Request
class
YieldApiBadRequest
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
PortalException.Api
Thrown when the Yield API returns a 400 Bad Request error.
Members
Constructors
Yield
Api
Bad
Request
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?