Lines Matching defs:error
52 // be established. The calling process can however retrieve the error code
53 // of the last verification error using SSL_get_verify_result(3) or by
54 // maintaining its own error storage managed by VerifyCallback.
192 // Not a fatal error but worthy of a warning.
298 // Use last element as the error message, everything else goes
460 namespace error {
490 // SSL has no API to recover the error name from the number, so we
491 // transform reason strings like "this error" to "ERR_SSL_THIS_ERROR",
492 // which ends up being close to the original error macro name.
565 } // namespace error
587 error::Decorate(env, obj, err).IsNothing()) {
650 Local<Value>* error) {
658 error);
668 Local<Value> error;
672 if (!EncodeBignum(env, bn, size, &error).ToLocal(&value)) {
673 if (!error.IsEmpty())
674 env->isolate()->ThrowException(error);