GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
Reason
/
HttpServiceError
Http
Service
Error
data
class
HttpServiceError
(
val
httpCode
:
Reason.HttpServiceError.Code
?
=
null
,
val
undefinedCode
:
Int
?
=
null
)
:
Reason
Members
Constructors
Http
Service
Error
Link copied to clipboard
constructor
(
httpCode
:
Reason.HttpServiceError.Code
?
=
null
,
undefinedCode
:
Int
?
=
null
)
Types
Code
Link copied to clipboard
enum
Code
:
Enum
<
Reason.HttpServiceError.Code
>
http服务返回的错误码
Properties
http
Code
Link copied to clipboard
val
httpCode
:
Reason.HttpServiceError.Code
?
=
null
undefined
Code
Link copied to clipboard
val
undefinedCode
:
Int
?
=
null