Error
error Errorimport Error from Wax;An error carrying a human-readable message. Use more specific error types when callers need structured failure information.
Inherits from object. Follow these links for inherited members.
Members
messagefield
public string messageHuman-readable failure information.
constructorconstructor
public constructor (string message)Creates an error with the supplied message.