use super::*;
pub const PROTOCOL_ERROR : ErrorCode = ErrorCode::from_constant(12130); pub const NOT_FILE : ErrorCode = ErrorCode::from_constant(12131); pub const DATA_ERROR : ErrorCode = ErrorCode::from_constant(12132); pub const END_OF_DATA : ErrorCode = ErrorCode::from_constant(12133); pub const INVALID_LOCATOR : ErrorCode = ErrorCode::from_constant(12134); pub const INCORRECT_LOCATOR_TYPE : ErrorCode = ErrorCode::from_constant(12135); pub const NOT_GOPHER_PLUS : ErrorCode = ErrorCode::from_constant(12136); pub const ATTRIBUTE_NOT_FOUND : ErrorCode = ErrorCode::from_constant(12137); pub const UNKNOWN_LOCATOR : ErrorCode = ErrorCode::from_constant(12138);