Type Alias AsyncActionError

type AsyncActionError = {
    code?: string;
    details?: string;
    message?: string;
}
Index
code?: string

Error code

details?: string

Additional error details

message?: string

Error message