Type Alias TenantSingleMetaErrorDetail

type TenantSingleMetaErrorDetail = {
    code?: string;
    title?: string;
}
Index

Properties

Properties

code?: string

The error code.

title?: string

The error summary.