constructorErrorConstructor.constructorconstructor ErrorConstructor(message?: string): Error;constructor ErrorConstructor(message?: string,options?: ErrorOptions): Error;Referenced typesinterface Errorcause?: unknownThe cause of the error.message: stringname: stringstack?: stringinterface ErrorOptionscause?: unknownThe cause of the error.