Type Alias Error

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

Properties

Properties

code?: string

Error code specific to notes broker service.

detail?: string

Error cause.

title?: string

Error title.