StreamEnd()
Description
Creates an instance of MessageEnd.
Syntax
new StreamEnd()new StreamEnd(error)
Parameters
new StreamEnd(error?)
error?
Error type. Available error types include:
- "" (default)
- "Replay" (used with replay filter)
- "RuntimeError"
- "ReadError"
- "WriteError"
- "CannotResolve"
- "ConnectionAborted"
- "ConnectionReset"
- "ConnectionRefused"
- "ConnectionTimeout"
- "ReadTimeout"
- "WriteTimeout"
- "IdleTimeout"
- "BufferOverflow"
- "ProtocolError"
- "Unauthorized"
Return Value
A StreamEnd object with the specified error if any.