Type Alias ErrorResponseNotFound

  • BG-8 - Glossary not found
  • BG-9 - Category not found
  • BG-10 - Term not found
type ErrorResponseNotFound = {
    errors?: ErrorResponseCode[];
    traceId?: string;
}
Index

Properties

Properties

traceId?: string