/**
 * @public
 * The static members are the cause in {@link INestedError}.
 */
export class WasmErrorCause
{
    public static readonly allocationFailure = "WasmErrorCause.allocationFail";
}
