mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-16 04:12:16 +01:00
adding godoc for NoFileToConvertError
This commit is contained in:
@@ -19,6 +19,7 @@ type Converter struct {
|
|||||||
workingDir string
|
workingDir string
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NoFileToConvertError is raided when a request has not file attached to it.
|
||||||
type NoFileToConvertError struct{}
|
type NoFileToConvertError struct{}
|
||||||
|
|
||||||
const noFileToConvertErrorMessage = "No file to convert"
|
const noFileToConvertErrorMessage = "No file to convert"
|
||||||
|
|||||||
Reference in New Issue
Block a user