Retrive the error number and text. Not compatible with OctoPrint.

get/api/printer/error

Response

Custom endpoint to get error details. Client can see if printer is in error state by polling /api/printer

codestring

Prusa error code. Mus be string if we will have printer with code for example 04

titlestring

Prusa error text string with prefiled variable macros.

textstring

Prusa error text string with prefiled variable macros.

urlstring

Link to the Prusa help page

Changes