xrpld
Loading...
Searching...
No Matches
error.h
1#pragma once
2
3#include <system_error>
4
6
26
29
30} // namespace xrpl::cryptoconditions
31
32namespace std {
33
34template <>
35struct is_error_code_enum<xrpl::cryptoconditions::Error>
36{
37 explicit is_error_code_enum() = default;
38
39 static bool const value = true; // NOLINT(readability-identifier-naming)
40};
41
42} // namespace std
STL namespace.
std::error_code make_error_code(Error ev)
Definition error.cpp:111
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5