Class: ResponseStatusCode

aws-greengrass-core-sdk.StreamManager~ResponseStatusCode()

(Internal Only) Enum defining possible response status codes from StreamManager server. Success: Request succeeded. UnknownFailure: Encountered unknown StreamManager server failure. Unauthorized: Client is not authorized to perform this request. InvalidRequest: Client request is invalid. RequestPayloadTooLarge: Request payload is too large. ResourceNotFound: The requested resource does not exist. ServerTimeout: Server took too long and timed out. ResponsePayloadTooLarge: Server response exceeded the max allowed response payload size by the protocol. UnsupportedConnectVersion: Server does not support the Connect version presented by the Client. UnexpectedOperation: Operation presented was not expected by the Server. UnsupportedProtocolVersion: Protocol version presented by the Client is not compatible with the Server. InvalidProtocolVersion: Protocol version presented by the Client is not valid. FailedToConnect: Client failed to connect to the Server. NotEnoughMessages: There is not enough messages to return. MessageStoreReadError: Read messages encountered an error. OutOfMemoryError: Server ran out of memory. UpdateFailed: Update operation failed. UpdateNotAllowed: One or more fields are not allowed to be updated. UnknownOperation: Client request is not recognized by the server.

Constructor

new ResponseStatusCode()

Source:

Members

(readonly) FailedToConnect :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) InvalidProtocolVersion :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) InvalidRequest :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) MessageStoreReadError :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) NotEnoughMessages :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) OutOfMemoryError :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) RequestPayloadTooLarge :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) ResourceNotFound :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) ResponsePayloadTooLarge :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) ServerTimeout :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) Success :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) Unauthorized :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) UnexpectedOperation :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) UnknownFailure :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) UnknownOperation :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) UnsupportedConnectVersion :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) UnsupportedProtocolVersion :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) UpdateFailed :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source:

(readonly) UpdateNotAllowed :aws-greengrass-core-sdk.StreamManager.ResponseStatusCode

Type:
Source: