Skip to content

AccessQueryError

Public failures from current access checks.

const AccessQueryError: Schema.toTaggedUnion<"code", readonly [Schema.Struct<{
code: Schema.Literal<"invalid_input">;
}>, Schema.Struct<{
code: Schema.Literal<"internal_error">;
}>]>;