Type Alias Error

A specific error.

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

Properties

Properties

code: string

The error code.

title: string

Summary of the problem.