Type Alias ErrorPublic

An error object.

type ErrorPublic = {
    code: string;
    title: string;
}
Index

Properties

Properties

code: string

The error code.

title: string

Summary of the problem.