mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 20:52:14 +01:00
improving Godoc
This commit is contained in:
@@ -66,7 +66,7 @@ type ConverterUnprocessableEntityError struct {
|
||||
message string
|
||||
}
|
||||
|
||||
// Error is the implementation of the function Error from the error interface.
|
||||
// Error is the implementation of the Error function from the error interface.
|
||||
func (e *ConverterUnprocessableEntityError) Error() string {
|
||||
return e.message
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user