Searched refs:WithError (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Ddecoding.cpp37 zx_status_t WithError(const char* error_msg) { function in class:__anon1059::FidlDecoder
282 return WithError("Cannot decode a null fidl type");
286 return WithError("Cannot decode null bytes");
290 return WithError("Cannot provide non-zero handle count and null handle pointer");
294 return WithError("Message must be a struct");
298 return WithError("Message size is smaller than expected");
320 return WithError("recursion depth exceeded decoding struct");
332 return WithError("Tried to decode a bad struct pointer");
337 return WithError("message wanted to store too large of a nullable struct");
347 return WithError("Trie
[all...]
H A Dvalidating.cpp36 zx_status_t WithError(const char* error_msg) { function in class:__anon1102::FidlValidator
280 return WithError("Cannot validate a null fidl type");
284 return WithError("Cannot validate null bytes");
288 return WithError("Message must be a struct");
292 return WithError("Message size is smaller than expected");
314 return WithError("recursion depth exceeded validating struct");
326 return WithError("Tried to validate a bad struct pointer");
330 return WithError("message wanted to store too large of a nullable struct");
339 return WithError("Tried to validate a bad union discriminant");
358 return WithError("Trie
[all...]

Completed in 25 milliseconds