summaryrefslogtreecommitdiff
path: root/src/main/kotlin/NinePTranslator.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/NinePTranslator.kt')
-rw-r--r--src/main/kotlin/NinePTranslator.kt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/kotlin/NinePTranslator.kt b/src/main/kotlin/NinePTranslator.kt
index ebb04c5..a42ea3c 100644
--- a/src/main/kotlin/NinePTranslator.kt
+++ b/src/main/kotlin/NinePTranslator.kt
@@ -4,8 +4,9 @@ TODO:
*/
/**
- * The [NinePTranslator] interface provides methods that coincide 1:1 with each request and response type in the 9P
- * protocol, except for `Rerror` which is handled at occurrence.
+ * The [NinePTranslator] interface provides methods that coincide 1:1 with each request type in the 9P protocol. Every
+ * method that can fail, that is, every request that can receive a response with `Rerror` type instead of the same type
+ * as itself, returns a non-null `String` that contains the error message received in the response.
*
* Tags are supposed to be managed internally by the class that provides the implementation.
*