aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.errors.NotFoundError.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.errors.NotFoundError.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.errors.NotFoundError.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.errors.NotFoundError.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.errors.NotFoundError.md
new file mode 100644
index 0000000000..49fec3c55c
--- /dev/null
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard5/tf.errors.NotFoundError.md
@@ -0,0 +1,14 @@
+Raised when a requested entity (e.g., a file or directory) was not found.
+
+For example, running the
+[`tf.WholeFileReader.read()`](../../api_docs/python/io_ops.md#WholeFileReader)
+operation could raise `NotFoundError` if it receives the name of a file that
+does not exist.
+
+- - -
+
+#### `tf.errors.NotFoundError.__init__(node_def, op, message)` {#NotFoundError.__init__}
+
+Creates a `NotFoundError`.
+
+