Type Alias AsyncActionError

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

Properties

code?: string

Error code

details?: string

Additional error details

message?: string

Error message