Type Alias Error

type Error = {
    argument?: string;
    code: string;
    errorId?: string;
    issue?: string;
    meta?: {
        argument?: string;
        details?: string;
        errorId?: string;
        resource?: string;
        resourceId?: string;
    };
    resource?: string;
    resourceId?: string;
    title?: string;
}
Index

Properties

argument?: string

The argument

code: string
errorId?: string
issue?: string
meta?: {
    argument?: string;
    details?: string;
    errorId?: string;
    resource?: string;
    resourceId?: string;
}

Type Declaration

  • Optionalargument?: string

    The argument

  • Optionaldetails?: string
  • OptionalerrorId?: string
  • Optionalresource?: string
  • OptionalresourceId?: string
resource?: string
resourceId?: string
title?: string