File size: 243 Bytes
2986042
 
 
 
 
 
1
2
3
4
5
6
7
package protocol

import "errors"

// ErrUnsupportedRequestShape marks structured inputs that the current protocol translators do not support yet.
var ErrUnsupportedRequestShape = errors.New("unsupported request shape for protocol transform")