Lines Matching refs:string
8 #include <string>
33 const std::string& error_details() const { return error_details_; }
58 static Status ErrorJwkPropertyMissing(const std::string& property);
61 static Status ErrorJwkPropertyWrongType(const std::string& property,
62 const std::string& expected_type);
64 // The property |property| was a string, however could not be successfully
66 static Status ErrorJwkBase64Decode(const std::string& property);
96 // The "kty" parameter was given and was a string, however it was not the
98 static Status ErrorJwkUnexpectedKty(const std::string& expected);
107 // integer, however was the empty string.
108 static Status ErrorJwkEmptyBigInteger(const std::string& property);
112 static Status ErrorJwkBigIntegerHasLeadingZero(const std::string& property);
173 static Status ErrorUnsupported(const std::string& message);
218 const std::string& error_details_utf8);
225 std::string error_details_;