Class: ClientVersionNotSupportedFailure
errordetails.v1.ClientVersionNotSupportedFailure
Represents a ClientVersionNotSupportedFailure.
Properties
clientName
• clientName: string
ClientVersionNotSupportedFailure clientName.
clientVersion
• clientVersion: string
ClientVersionNotSupportedFailure clientVersion.
supportedVersions
• supportedVersions: string
ClientVersionNotSupportedFailure supportedVersions.
Methods
toJSON
▸ toJSON(): Object
Converts this ClientVersionNotSupportedFailure to JSON.
Returns
Object
JSON object
create
▸ create(properties?): ClientVersionNotSupportedFailure & $Properties
Creates a new ClientVersionNotSupportedFailure instance using the specified properties.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | $Properties | Properties to set |
Returns
ClientVersionNotSupportedFailure & $Properties
ClientVersionNotSupportedFailure instance
▸ create(properties?): ClientVersionNotSupportedFailure
Parameters
| Name | Type |
|---|---|
properties? | $Properties |
Returns
ClientVersionNotSupportedFailure
decode
▸ decode(reader, length?): ClientVersionNotSupportedFailure & $Properties
Decodes a ClientVersionNotSupportedFailure message from the specified reader or buffer.
Parameters
| Name | Type | Description |
|---|---|---|
reader | Uint8Array | Reader | Reader or buffer to decode from |
length? | number | Message length if known beforehand |
Returns
ClientVersionNotSupportedFailure & $Properties
ClientVersionNotSupportedFailure
Throws
If the payload is not a reader or valid buffer
Throws
If required fields are missing