Added constructor check for buffers

This commit is contained in:
Alexander Cerutti
2021-11-14 00:42:14 +01:00
parent 3326fc29d7
commit 964be0802c
3 changed files with 30 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
export const INIT = {
INVALID_BUFFERS:
"Cannot set buffers in constructor: expected object but received %s",
} as const;
export const CERTIFICATES = {
INVALID:
"Invalid certificate(s) loaded. %s. Please provide valid WWDR certificates and developer signer certificate and key (with passphrase).\nRefer to docs to obtain them",