ENUM

GuardrailsTemplateStatusCode

Template Status codes

link GraphQL Schema definition

  • enum GuardrailsTemplateStatusCode {
  • # template generation completed
  • COMPLETE
  • # template generation initiated
  • CREATED
  • # no resource found for template generation
  • EMPTY
  • # template generation failed with error
  • ERROR
  • # template generation in progress
  • GENERATING
  • # template generation timed out
  • TIMEOUT
  • }