Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 7.47 KB

File metadata and controls

36 lines (20 loc) · 7.47 KB

//sdk/com.swedbankpay.mobilesdk.merchantbackend/MerchantBackendProblem/Client/MobileSDK/Unauthorized

Unauthorized

[androidJvm] class Unauthorized : MerchantBackendProblem.Client.MobileSDK

The merchant backend rejected the request because its authentication headers were invalid.

The detail property may optionally contain a message describing the error.

Functions

Name Summary
describeContents [androidJvm]
Content
open override fun describeContents(): Int


writeToParcel [androidJvm]
Content
open override fun writeToParcel(parcel: Parcel, flags: Int)


Properties

Name Summary
detail [androidJvm] val detail: String?RFC 7807 default property: a detailed explanation of the problem
instance [androidJvm] val instance: String?RFC 7807 default property: a URI reference that identifies the specific occurrence of the problem
jsonObject [androidJvm] val jsonObject: The raw RFC 7807 object parsed as a Gson JsonObject.
raw [androidJvm] val raw: StringThe raw RFC 7807 object.
status [androidJvm] val status: Int?RFC 7807 default property: the HTTP status codeThis should always be the same as the actual HTTP status code reported by the server.
title [androidJvm] val title: String?RFC 7807 default property: a short summary of the problem.
type [androidJvm] val type: StringRFC 7807 default property: a URI reference that identifies the problem type.