Type Alias Error

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

Properties

Properties

code: string

The error code is in form of 'RELOADS-xxx'. ranges from 'RELOADS-001' to 'RELOADS-013'.

detail?: string
title: string