Contents Menu Expand Light mode Dark mode Auto light/dark mode
Light Logo Dark Logo
Logo
v0.1.0
Star

Get Started

  • 🎉 Installation
  • 🚀 Quick Tour
    • First Example
    • Second Example
  • 💡 Philosophy
  • 📖 Glossary

References

  • API Reference
    • datasets
    • embedders
    • errors
    • llms
    • retrievers
    • steps
    • task_models
    • trainers
  • Index

About

  • GitHub
  • PyPI
  • License
Back to top
Edit this page

errors#

Various exceptions that may be raised when using DataDreamer.

The StepOutputError exception or any exceptions that derive from it can be raised when a Step is constructing its output.

exception datadreamer.errors.StepOutputError[source]#

Bases: Exception

exception datadreamer.errors.StepOutputTypeError(message)[source]#

Bases: TypeError, StepOutputError

Next
llms
Previous
embedders
Copyright © 2023, Ajay Patel
Made with Furo
👨🏽‍💻
On this page
  • errors
    • StepOutputError
    • StepOutputTypeError