UnsupportedLayerType is returned by DecodingLayerParser if DecodeLayers encounters a layer type that the DecodingLayerParser has no decoder for.
| 318 | // UnsupportedLayerType is returned by DecodingLayerParser if DecodeLayers |
| 319 | // encounters a layer type that the DecodingLayerParser has no decoder for. |
| 320 | type UnsupportedLayerType LayerType |
| 321 | |
| 322 | // Error implements the error interface, returning a string to say that the |
| 323 | // given layer type is unsupported. |