Type Alias AppError

Error in resource handling

type AppError = {
    appId?: string;
    method?: string;
    parameters?: Record<string, string>;
}
Index

Properties

appId?: string

app id

method?: string

The method that is failing.

parameters?: Record<string, string>

Parameters of method that fails.