Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kd_clients/core/Utils.ts>Utils.printError

Various HTTP clients for miscellaneous use.
Latest
method Utils.printError
import { Utils } from "https://deno.land/x/kd_clients@v1.0.0-preview.13/core/Utils.ts";

Prints the given message as a error.

Parameters

message: string

The message to print.