Home > rainway-sdk > GatewayAlertDescription
GatewayAlertDescription enum
Rainway Network alert descriptions
Signature:
export declare enum GatewayAlertDescription
Enumeration Members
Member | Value | Description |
---|---|---|
AccessDenied | 49 | An attempt was made by a peer to access a resource outside the scope allowed. This message is always fatal. |
CloseNotify | 0 | Notifies the recipient that the sender will not send any more data on this connection. Unless some other fatal alert has been transmitted, each party is required to send a CloseNotify alert before closing the write side of the connection. The other party MUST respond with a CloseNotify alert of its own and close down the connection immediately, discarding any pending writes. |
CommitFailure | 100 | While awaiting a response or during an active exchange of messages one of the peers involved disconnected from the Rainway Network. |
DecodeError | 50 | A message could not be decoded because some field was out of the specified range or the length of the message was incorrect. This message is always fatal and should never be observed in communication between proper implementations |
DecryptError | 51 | A cryptographic operation failed between two gateways, including being unable to correctly verify a signature or validate a Finished message. This message is always fatal. |
InternalError | 80 | An internal error unrelated to the peer or the correctness of the protocol (such as a memory allocation failure) makes it impossible to continue. This message is always fatal. |
PeerGoneAway | 90 | While awaiting a response or during an active exchange of messages one of the peers involved disconnected from the Rainway Network. |
ProtocolVersion | 70 | The protocol version the peer has attempted to negotiate is recognized but not supported. This message is always fatal. |
RecordOverflow | 20 | A Bebop record was received that had a length more than 2^14+2048 bytes, or a record decrypted to a MulticastDatagram record with more than 2^14+1024 bytes. This message is always fatal and should never be observed in communication between proper implementations (except when messages were corrupted in the network). |
ResourceExpired | 200 | While awaiting a response or during an active exchange of messages one of the peers involved disconnected from the Rainway Network. |
TicketValidationError | 30 | A session ticket failed to validate. |
UnexpectedMessage | 10 | An inappropriate message was received. This alert is always fatal and should never be observed in communication between proper implementations. |