Skip to content

!success #2

@camhart

Description

@camhart

I'm running into situations where !success is occuring.

	if (!success)
	{
		DWORD errorCode = GetLastError();
		isolate->ThrowException(v8::Exception::Error(
			v8::String::NewFromUtf8(isolate, "Decryption failed. TODO: Error code").ToLocalChecked()));

		return;
	}

I don't know C++ at all... what needs to happen to get a better error instead of Decryption failed. TODO: Error code?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions