mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-17 07:11:30 +00:00
7 lines
161 B
Go
7 lines
161 B
Go
package testing
|
|
|
|
import "errors"
|
|
|
|
// ErrSimulatedError is returned when error simulation is enabled
|
|
var ErrSimulatedError = errors.New("simulated plugin error")
|