Searched refs:ErrorForMessage (Results 1 – 1 of 1) sorted by relevance
160 CompressionError ErrorForMessage(const char* message) const;880 CompressionError ZlibContext::ErrorForMessage(const char* message) const { in ErrorForMessage() function in node::__anon8c57c9370111::ZlibContext894 return ErrorForMessage("unexpected end of file"); in GetErrorInfo()901 return ErrorForMessage("Missing dictionary"); in GetErrorInfo()903 return ErrorForMessage("Bad dictionary"); in GetErrorInfo()906 return ErrorForMessage("Zlib error"); in GetErrorInfo()916 return ErrorForMessage("Failed to init stream before reset"); in ResetStream()937 return ErrorForMessage("Failed to reset stream"); in ResetStream()1063 return ErrorForMessage("Failed to set dictionary"); in SetDictionary()1073 return ErrorForMessage("Failed to init stream before set parameters"); in SetParams()[all …]