Searched refs:ErrorCauseCode (Results 1 – 1 of 1) sorted by relevance
10 pub(crate) const INVALID_STREAM_IDENTIFIER: ErrorCauseCode = ErrorCauseCode(1);11 pub(crate) const MISSING_MANDATORY_PARAMETER: ErrorCauseCode = ErrorCauseCode(2);12 pub(crate) const STALE_COOKIE_ERROR: ErrorCauseCode = ErrorCauseCode(3);13 pub(crate) const OUT_OF_RESOURCE: ErrorCauseCode = ErrorCauseCode(4);14 pub(crate) const UNRESOLVABLE_ADDRESS: ErrorCauseCode = ErrorCauseCode(5);15 pub(crate) const UNRECOGNIZED_CHUNK_TYPE: ErrorCauseCode = ErrorCauseCode(6);16 pub(crate) const INVALID_MANDATORY_PARAMETER: ErrorCauseCode = ErrorCauseCode(7);17 pub(crate) const UNRECOGNIZED_PARAMETERS: ErrorCauseCode = ErrorCauseCode(8);18 pub(crate) const NO_USER_DATA: ErrorCauseCode = ErrorCauseCode(9);21 pub(crate) const USER_INITIATED_ABORT: ErrorCauseCode = ErrorCauseCode(12);[all …]