Type Alias SharingExecutionError

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

Properties

Properties

code?: string

Error code specific to sharing service.

detail?: string

Error cause.

title?: string

Error title.