message types

GET https://postman-library-api.glitch.me/books

Under the Pre-request Script tab, view examples of various log statements that will display in the Qodex console when you send this request.

console.warn("This is a warning!");
console.log("I'm a boring old log.");
console.info("I am helpful information");
console.error("I am an annoying error");