Type Alias Error

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

Properties

code?: string

Error code specific to sharing service.

detail?: string

Error cause.

meta?: ErrorMeta
title?: string

Error title.