MemoryBufferError
public enum MemoryBufferError : Error
Enumerates the possible failures that can be thrown initializing a MemoryBuffer.
-
The MemoryBuffer failed to be initialized for a specific reason.
Declaration
Swift
case couldNotCreate(String)