package
0.0.2
Repository: https://github.com/claudioluciano/tcsf.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

BadRequest returns true if the error is nil or the error is a TwilioRestError with a status code of 400.
Is returns true if the error is nil or the error is a TwilioRestError with a status code equal to the given status code.
No description provided by the author
No description provided by the author
NotFound returns true if the error is nil or the error is a TwilioRestError with a status code of 404.
Ok returns true if the error is nil or the error is a TwilioRestError with a status code of 200.
Unauthorized returns true if the error is nil or the error is a TwilioRestError with a status code of 401.

# Constants

HTTPCodeBadRequest represents the HTTP status code 400.
HTTPCodeInternalServerError represents the HTTP status code 500.
HTTPCodeNotFound represents the HTTP status code 404.
HTTPCodeOK represents the HTTP status code 200.
HTTPCodeUnauthorized represents the HTTP status code 401.

# Structs

Flow struct for StudioV2Flow.
No description provided by the author
TaskQueue struct for TaskrouterV1TaskQueue.
No description provided by the author
Workflow struct for TaskrouterV1Workflow.
WorkflowCongfiguration struct for Configuration of a Workflow.
WorkflowDefaultFilter struct for DefaultFilter of a Workflow.
WorkflowFilters struct for Filters of a Workflow.
WorkflowTargets struct for Targets of a Workflow.
WorkflowTaskRouting struct for TaskRouting of a Workflow.
Workspace struct for TaskrouterV1Workspace.

# Type aliases

HTTPCode represents the HTTP status code.