Template:CELL MS ERROR BASE - 0x8000000: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ed right|CELL MS ERROR BASE - 0x8000000}} === Multistream errors === {| border="1" cellspacing="0" cellpadding="5" border="#999" class="wikitable sortable" style="border:1px...") |
|||
Line 25: | Line 25: | ||
| CELL_MS_ERROR_INVALIDENV || 0x88000009 || An envelope is invalid. | | CELL_MS_ERROR_INVALIDENV || 0x88000009 || An envelope is invalid. | ||
|- | |- | ||
| CELL_MS_ERROR_OUTOFRANGE || | | CELL_MS_ERROR_OUTOFRANGE || 0x8800000a || Out of range. | ||
|- | |- | ||
| CELL_MS_ERROR_BADMODE || | | CELL_MS_ERROR_BADMODE || 0x8800000b || There is a bad mode. | ||
|- | |- | ||
| CELL_MS_ERROR_NOFREESTREAMS || | | CELL_MS_ERROR_NOFREESTREAMS || 0x8800000c || There are no free streams. | ||
|- | |- | ||
| CELL_MS_ERROR_SURROUNDNOTINIT || | | CELL_MS_ERROR_SURROUNDNOTINIT || 0x8800000d || Surround sound is not initialised. | ||
|- | |- | ||
| CELL_MS_ERROR_INVALID_CHANNEL || | | CELL_MS_ERROR_INVALID_CHANNEL || 0x8800000e || A channel is invalid. | ||
|- | |- | ||
| CELL_MS_ERROR_INVALID_TYPE || | | CELL_MS_ERROR_INVALID_TYPE || 0x8800000f || A type is invalid. | ||
|- | |- | ||
| CELL_MS_ERROR_AUDIO_CONFIGURE || | | CELL_MS_ERROR_AUDIO_CONFIGURE || 0x88000010 || cellMSSystemConfigureSysUtil failed processing cellAudioOutConfigure function | ||
|- | |- | ||
| CELL_MS_ERROR_AUDIO_GETSTATE || | | CELL_MS_ERROR_AUDIO_GETSTATE || 0x88000011 || cellMSSystemConfigureSysUtil failed processing cellAudioOutGetState function | ||
|- | |- | ||
|}<noinclude>[[Category:Development]][[Category:Main]]</noinclude> | |}<noinclude>[[Category:Development]][[Category:Main]]</noinclude> |
Latest revision as of 21:01, 8 July 2015
Multistream errors[edit source]
Name | Errorcode | Remarks |
---|---|---|
CELL_MS_ERROR | 0x88000000 | Base error value |
CELL_MS_ERROR_SYSPAUSED | 0x88000001 | The system is paused. |
CELL_MS_ERROR_INVAL | 0x88000002 | A parameter is invalid. |
CELL_MS_ERROR_WRONGSTATE | 0x88000003 | A state is wrong. |
CELL_MS_ERROR_RESOURCEUNAVAIL | 0x88000004 | A system resource is unavailable. |
CELL_MS_ERROR_CIRCULARDEPEND | 0x88000005 | There is a circular dependency. |
CELL_MS_ERROR_BUSMISMATCH | 0x88000006 | There is a bus mismatch. |
CELL_MS_ERROR_INVALIDELF | 0x88000007 | An ELF file is invalid. |
CELL_MS_ERROR_FILEACCESS | 0x88000008 | Access to a file failed. |
CELL_MS_ERROR_INVALIDENV | 0x88000009 | An envelope is invalid. |
CELL_MS_ERROR_OUTOFRANGE | 0x8800000a | Out of range. |
CELL_MS_ERROR_BADMODE | 0x8800000b | There is a bad mode. |
CELL_MS_ERROR_NOFREESTREAMS | 0x8800000c | There are no free streams. |
CELL_MS_ERROR_SURROUNDNOTINIT | 0x8800000d | Surround sound is not initialised. |
CELL_MS_ERROR_INVALID_CHANNEL | 0x8800000e | A channel is invalid. |
CELL_MS_ERROR_INVALID_TYPE | 0x8800000f | A type is invalid. |
CELL_MS_ERROR_AUDIO_CONFIGURE | 0x88000010 | cellMSSystemConfigureSysUtil failed processing cellAudioOutConfigure function |
CELL_MS_ERROR_AUDIO_GETSTATE | 0x88000011 | cellMSSystemConfigureSysUtil failed processing cellAudioOutGetState function |