SalesforceMobileSDK-Android
Toggle table of contents
14.0.0-rc.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SalesforceMobileSDK-Android
SalesforceSDK
/
com.salesforce.androidsdk.rest
/
CollectionResponse
/
ErrorResponse
Error
Response
open
class
ErrorResponse
Members
Constructors
Error
Response
Link copied to clipboard
constructor
(
errorJson
:
JSONObject
)
Properties
FIELDS
Link copied to clipboard
val
FIELDS
:
String
=
"fields"
fields
Link copied to clipboard
val
fields
:
List
<
String
>
json
Link copied to clipboard
val
json
:
JSONObject
MESSAGE
Link copied to clipboard
val
MESSAGE
:
String
=
"message"
message
Link copied to clipboard
val
message
:
String
STATUS_
CODE
Link copied to clipboard
val
STATUS_CODE
:
String
=
"statusCode"
status
Code
Link copied to clipboard
val
statusCode
:
String
Functions
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String