Type Alias ErrorResponseForbidden

  • BG-3 - Access denied, no read access
  • BG-30 - Feature not enabled on tenant.
type ErrorResponseForbidden = {
    errors?: ErrorResponseCode[];
    traceId?: string;
}
Index

Properties

Properties

traceId?: string