###### (This function is part of SDL_mixer, a separate library from SDL.)
# Mix_GetError

Get last SDL_mixer error

## Header File

Defined in [<SDL3_mixer/SDL_mixer.h>](https://github.com/libsdl-org/SDL_mixer/blob/main/include/SDL3_mixer/SDL_mixer.h)

## Syntax

```c
#define Mix_GetError    SDL_GetError
```

## See Also

- [Mix_SetError](Mix_SetError)

----
[CategoryAPI](CategoryAPI), [CategoryAPIMacro](CategoryAPIMacro)